Neocities.org

Theme:
Save View Share
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
  <script src="https://unpkg.com/aframe-environment-component/dist/aframe-environment-component.min.js"></script>
</head>
  </head>
  <body>
    <a-scene>
 
  <!-- Out of the box environment! -->
  <a-entity environment="preset: forest; numDressing: 500"></a-entity>
  <a-sphere position="0 .9 -5" sphere radius="1" src="https://i0.wp.com/www.graphictunnel.com/wp-content/uploads/2015/02/Checkerboard-fancy-yellow1.jpg"></a-sphere>
  <a-camera>
    <a-cursor></a-cursor>
  </a-camera>
</a-scene>
   
    </a-scene>
  </body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX